home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Oberon⁄F™ 1.1 / Dev / Docu / AlienTool (.txt) next >
Encoding:
Oberon Document  |  1995-08-09  |  1.9 KB  |  38 lines  |  [oODC/obnF]

  1. Documents.StdDocumentDesc
  2. Documents.DocumentDesc
  3. Containers.ViewDesc
  4. Views.ViewDesc
  5. Stores.StoreDesc
  6. Documents.ModelDesc
  7. Containers.ModelDesc
  8. Models.ModelDesc
  9. Stores.ElemDesc
  10. TextViews.StdViewDesc
  11. TextViews.ViewDesc
  12. TextModels.StdModelDesc
  13. TextModels.ModelDesc
  14. TextModels.AttributesDesc
  15. Helvetica
  16. TextRulers.StdRulerDesc
  17. TextRulers.RulerDesc
  18. TextRulers.StdStyleDesc
  19. TextRulers.StyleDesc
  20. TextRulers.AttributesDesc
  21. Helvetica
  22. Helvetica
  23. Helvetica
  24. DevAlienTool
  25. DEFINITION DevAlienTool;
  26.     PROCEDURE Analyze;
  27. END DevAlienTool.
  28. Alien views are views which, for some reason, cannot be loaded correctly. The reason may be a programming error, e.g. a different number of bytes is read than was written, or it may be a version problem (an unknown version was detected). Usually however, the problem is that some code for the view cannot be loaded, because it is missing or inconsistent. The alien tool helps to analyze such problems.
  29. PROCEDURE Analyze
  30. Guard: StdCmds.SingletonGuard
  31. This command analyzes the singleton alien view, and opens a window with the textual analysis.
  32. TextControllers.StdCtrlDesc
  33. TextControllers.ControllerDesc
  34. Containers.ControllerDesc
  35. Controllers.ControllerDesc
  36. Helvetica
  37. Documents.ControllerDesc
  38.